home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 148
/
(Vol 148) Feb 07 2012.iso
/
Games
/
moda_1355.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2012-02-07
|
339b
|
14 lines
function itemHandler1(obj, item)
{
getUrl("http://www.123peppy.com", "_blank");
}
stop();
var myMenu_cm = new ContextMenu();
myMenu_cm.hideBuiltInItems();
myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
_root.menu = myMenu_cm;
play_btn.onPress = function()
{
nextFrame();
};